home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineButton2_1015 / BUTTONCONDACTION on(release, releaseOutside).as < prev    next >
Text File  |  2005-08-12  |  182b  |  9 lines

  1. on(release, releaseOutside){
  2.    mon = 0;
  3.    gotoAndStop(_parent._currentFrame);
  4.    if(rf == 1)
  5.    {
  6.       _root.main.fr.faces.changeEyeballs("down","down","Rdown",1);
  7.    }
  8. }
  9.